topic
stringlengths
1
63
text
stringlengths
1
577k
Digital Persona"" Finger Print Id's Interface?
Clemerson have you made another tries to use finger microsoft reader ? write me at private e mail pls -------------------------
Digital Persona"" Finger Print Id's Interface?
hi Richard can also send me the prices please
Digital Persona"" Finger Print Id's Interface?
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=17645">viewtopic.php?f=3&t=17645</a><!-- l -->
Digital Persona"" Finger Print Id's Interface?
Hi Richard What is the price for "Fingerprint hardware, device, CD and LIB file within xHarbour" including the cost of handling charges to South Africa and what is the method of Payment ? Regards
Digital Persona"" Finger Print Id's Interface?
Dear Richard, Let me know too. Regards, Dutch <!-- e --><a href="mailto:dutchez4@gmail.com">dutchez4@gmail.com</a><!-- e -->
Digital Persona"" Finger Print Id's Interface?
Hello, I am interested too!!. How is the status of this support?. Thank you so much <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->)
Edit mode"" to change Form labelling
Hello friends, Open a form in "Edit mode" to change Form labelling. Calling the form with a GET request inserts a button at each of the individual labelling elements. You can then edit the individual labels in a modal form and save them in a DBF file. Best regards, Otto [img:u7spk9dn]https&#58;//mybergland&#46;com/fw...
Edit mode"" to change Form labelling
[img:2tdhznf6]https&#58;//mybergland&#46;com/fwforum/newslettereditlabel&#46;gif[/img:2tdhznf6] [img:2tdhznf6]https&#58;//mybergland&#46;com/fwforum/newslettereditClip1&#46;jpg[/img:2tdhznf6] [img:2tdhznf6]https&#58;//mybergland&#46;com/fwforum/newslettereditClip2&#46;jpg[/img:2tdhznf6] [img:2tdhznf6]https&#58;//myb...
FiveWin/3 Cannot create Dialog Box"" errors?
Hello, we randomly get this "Cannot create Dialog Box" error report from different clients. Of course dialogs work as expected in test environment.... We do not use Borland controls, resources are in rc files and compiled with PellesC. In 32-bit environment LOADONCALL , PRELOAD, MOVEABLE,DISCARDABLE atributes are i...
FiveWin/3 Cannot create Dialog Box"" errors?
Havent had this error for a while, but I always found renaming the dialog name seems to sort the problem. Not an explanation to why it's happening but hopefully a short term workaround Regards, Pete
FiveWin/3 Cannot create Dialog Box"" errors?
Taavi Question ... are you using a .dll to store your forms in or compiling them into the executable ? Rick Lipkin
FiveWin/3 Cannot create Dialog Box"" errors?
Rick; Does it happen with one particular dialog? Is it a richtext? Reinaldo.
FiveWin/3 Cannot create Dialog Box"" errors?
I have also seen this problem with new dialogs when renaming dialog helps /There is some resource ID generation issue when using alpha dialog names as far as I can remember/. This is not the case this time: dialogs work ok in test environment but sometimes ( it seems to me related to network traffic or windows workload...
FiveWin/3 Cannot create Dialog Box"" errors?
Compiling into exe with xharbour builder. Resources are in rc files created by Pellesc. Taavi. [quote="Rick Lipkin":13rzar3v]Taavi Question ... are you using a .dll to store your forms in or compiling them into the executable ? Rick Lipkin[/quote:13rzar3v]
FiveWin/3 Cannot create Dialog Box"" errors?
Error seems random, not related to particular dialog. That's why it's not so easy to trace. No richtext. Taavi. [quote="reinaldocrespo":lq7tolhx]Rick; Does it happen with one particular dialog? Is it a richtext? Reinaldo.[/quote:lq7tolhx]
FiveWin/3 Cannot create Dialog Box"" errors?
I remember having this problem long tima ago (year 2004) The program keeps crashing with this error. Then I went into RC file and renamed all dialogs which has longer names to use shorter names (not more than 10 characters) Then deleted \obj32 folder completely and the .RWS file and all .MAP files. Then I built the co...
FiveWin/3 Cannot create Dialog Box"" errors?
[quote="Taavi":w0fipbag] We do use symbolic names (i.e. not numbers) for dialog ID. Can this be a problem? [/quote:w0fipbag] What kind of names??? how long are them??? do yo use underscores??? any special characters??? There are 1 thousand questions that can be ask'd, can you at least: Show a RC code that had the p...
FiveWin/3 Cannot create Dialog Box"" errors?
Taavi I use .rc as well and have a batch file that I use to compile my forms to .res and then link into .exe .. Since all .rc files are just "text" .. I have a line in my batch file that copies them all together then I compile the single .rc to .res .. What I find is I ( sometimes ) I mistakenly name two forms the sam...
FiveWin/3 Cannot create Dialog Box"" errors?
Hello, I also get this error reported sometimes from customers with later FWH builds. There is a new leak?. Thanks.
FiveWin/3 Cannot create Dialog Box"" errors?
I also get this error message. Using borland resource editor and link rc's to exe. A big pain.
FiveWin/3 Cannot create Dialog Box"" errors?
[quote="Bayron":bbugxyz6] What kind of names??? how long are them??? [/quote:bbugxyz6] Some samples for dialog names: STATISIK LISATASU KLIENDISAAJAD TOIMPARING KAUBAD1 [quote="Bayron":bbugxyz6] do yo use underscores??? [/quote:bbugxyz6] No, [quote="Bayron":bbugxyz6] any special characters??? [/quote:bbugxyz6] ...
FiveWin/3 Cannot create Dialog Box"" errors?
Taavi, Please modify Class TDialog this way: [code=fw:akpirrt9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   ...<br /><br />   <span style="color: #00C800;">if</span> ::<span style="color: #000000;">nResult</span> == <span style="color: #000000;">65535</span><br />       <span style="color: #0000...
FiveWin/3 Cannot create Dialog Box"" errors?
Ok, I'll continue this subject when I have error report with Windows error message. Thanks, Taavi. [quote="Antonio Linares":2ok8v0mr]Taavi, Please modify Class TDialog this way: [code=fw:2ok8v0mr]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   ...<br /><br />   <span style="color: #00C800;"...
FiveWin/3 Cannot create Dialog Box"" errors?
Taavi, very often, a Resource-error is not the Resource itself, it comes from any of the defined Controls, You want to display. To detect these Errors, do the following : 1. disable all Controls, defined inside the Resource. You can disable all, but not xBrowse !!! Just start with the empty Form like : [color=#0000...
FiveWin/3 Cannot create Dialog Box"" errors?
Taavi, Please post the RC source code of those RC dialogs that fails sometimes, thanks
FiveWin/3 Cannot create Dialog Box"" errors?
Hi, now I have this modification in dialog.prg: [code=fw:16cmo254]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">static</span> <span style="color: #00C800;">function</span> CreateDlgError<span style="color: #000000;">&#40;</span> <span style="color: #00C800;">Self</...
FiveWin/3 Cannot create Dialog Box"" errors?
[quote="Antonio Linares":2oro1csa]Taavi, Please post the RC source code of those RC dialogs that fails sometimes, thanks[/quote:2oro1csa] Hi, some samples where this error has been arising. [code=fw:2oro1csa]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />PYSI1 <span style="color: #0000ff;">D...
FiveWin/3 Cannot create Dialog Box"" errors?
A error reported in [color=#FF0000:3mi96af6]Line 151 [/color:3mi96af6] [color=#FF0000:3mi96af6]Incomplete Expresson !!![/color:3mi96af6] CONTROL "Ei ekspordi", 4001, "Button", BS_AUTOCHECKBOX|[color=#FF0000:3mi96af6]BS_RIGHT[/color:3mi96af6]|BS_LEFTTEXT|WS_TABSTOP, 432, 4, 42, 9 Line OK !!! ------------- [color=#008...
FiveWin/3 Cannot create Dialog Box"" errors?
Taavi, [quote:2a2e4fz1]We do use symbolic names (i.e. not numbers) for dialog ID. Can this be a problem?[/quote:2a2e4fz1] Yes, sometimes thats a problem. Try to replace the ones that fail with numbers. It may make a difference.
FiveWin/3 Cannot create Dialog Box"" errors?
The only time we have ever had Create Dlg errors under 32 bit is when the Dlg title is too long This is quite easy to re-produce
FiveWin/3 Cannot create Dialog Box"" errors?
I see you are using the DS_3DLOOK for your dialogs. This requires the Ctl3d.dll which should be in the [windows]/system32 folder. Sometimes certain versions of CTL3D.DLL will cause the problem and this would explain why only certain PC's have an issue. It can also be a rights issue; if users don't have rights to the s...
Front Retro""
Is it possible to enable the duplex printing function of the printer (if this function is supported by the device) from fwh and with printer class ?
Front Retro""
[url:2vxmdqno]http&#58;//www&#46;pctoledo&#46;com&#46;br/forum/viewtopic&#46;php?f=2&t=19964&p=129684&hilit=duplex#p129684[/url:2vxmdqno] Regards.
LoadLibrary() FreeLibrary()"" functions
There are the same named functions in xHarbour and in FWH: LoadLibrary() FreeLibrary() Which one is in effect when I call them from my xHarbour/FWH program?
LoadLibrary() FreeLibrary()"" functions
They do the same, so no matter which ones get linked in your EXE, it will behave the same way
MDI Child Menu"" aparece en menu MDI de forma aut
La opcion "1. MDI Child 1 " aparece de manera automatica en el menu de mi programa MDI. Parece que esta relacionado con el titulo de la ventana Window Child; si dejo en blanco el titulo me coloca "1. MDI Child 1" en el menu, si hago TITLE "" me coloca en el menu la opcion "1" Alguien sabe como hacer para que no ap...
MDI Child Menu"" aparece en menu MDI de forma aut
George, Es un comportamiento automático de las ventanas MDI. Se le puede indicar que aparezca en otra opción del menú, pero no que no aparezca.
MDI Child Menu"" aparece en menu MDI de forma aut
Antonio, Yo defino mi propio menu pero aun asi se añade automaticamente esa molesta opcion, veo que en los ejemplos MDI tambien sucede lo mismo Existira una forma de borrar esa opcion luego de que se crea? Saludos George
MDI Child Menu"" aparece en menu MDI de forma aut
George... Sera que me puedes indicar como defino mi propio Menu....
MDI Child Menu"" aparece en menu MDI de forma aut
Experimenta oWnd:SetMenu( oMenu, [b:2iwufmjt]0[/b:2iwufmjt] )
MDI Child Menu"" aparece en menu MDI de forma aut
SOLUCIONADO!!! gracias a Enrico M. Giordano Solo tenia que añadir MENUINFO 0 George
MDI Child Menu"" aparece en menu MDI de forma aut
hola. en define window ,..... ? porque aca no me funciona. gracias.
Modal"" MDI Child Window?
Is there any way of opening and displaying an MDI Child Window that a user cannot minimize, maximize, resize, move etc. etc. (almost like a Modal Dialog Box). Also the user must not be able to click out of this window i.e. the user has to close the window described above before continuing. Dale.
Modal"" MDI Child Window?
Dale, You may disable the main window and other child windows, so the user will not be able to click on them: oWndMain:Disable() oWndChild1:Disable() ... So just your selected mdichild window will be available. Once you are done, then enable them again doing: oWndMain:Enable() oWndChild1:Enable() ... If you want t...
Name"" of TOLE
hi, when using [code=fw:2nf9oi7y]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; FWLOG hb_valToExp<span style="color: #000000;">&#40;</span> oObject<span style="color: #000000;">&#41;</span></div>[/code:2nf9oi7y] i got [quote:2nf9oi7y] '__itemSetObj( {{"__HOBJ", <pointer>}}, {{"TOLEAUTO",}} )'[/qu...
Name"" of TOLE
To know the name ? oObject:cClassName
Name"" of TOLE
Dear Jimmy, Please use FWH\samples\olebrow.prg to inspect the OLE objects
Name"" of TOLE
hi, [quote="nageswaragunupudi":39rvz39c]To know the name ? oObject:cClassName[/quote:39rvz39c] thx for Answer. [code=fw:39rvz39c]<div class="fw" id="{CB}" style="font-family: monospace;">   xFolder := aSelect<span style="color: #000000;">&#91;</span> ID_Folder <span style="color: #000000;">&#93;</span><br />   xName ...
Name"" of TOLE
hi Antonio, [quote="Antonio Linares":2t2ja18a]Please use FWH\samples\olebrow.prg to inspect the OLE objects[/quote:2t2ja18a] WOW, all CLSID in XBROWSE <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> but it is not the same as i use [code=fw:2t2ja18a]<div class="fw" ...
Name"" of TOLE
BTW cClassName is only for OLE objects.
Name"" of TOLE
hi, [quote="nageswaragunupudi":2hx2mnk3]BTW cClassName is only for OLE objects.[/quote:2hx2mnk3] i understand my Question for "Name" was wrong, it must be "Interface" i do use [code=fw:2hx2mnk3]<div class="fw" id="{CB}" style="font-family: monospace;">   oShell := CreateObject<span style="color: #000000;">&#40;</span...
No Default Printer"" message on Windows 7 64-bit
One of our user uses Windows 7 64-bit. I suspect "No Default Printer" happens either at PrinterSetup() or oPrn:GetModel(). Anyone know any solution? It's fairly urgent. Already 2 of our users experienced this. The other user was running from a Windows Server 2008 64-bit. TIA
No Default Printer"" message on Windows 7 64-bit
Hua, did you try the xHarbour built-in function GetDefaultPrinter () ? It´s working fine here with Win7 64bit.
No Default Printer"" message on Windows 7 64-bit
Thanks Stefan. I can't find GetDefaultPrinter() in the source but I did find GetPrintDefault(). I assume that's the one you meant? Unfortunately, it doesn't address the logic that I want to implement. See, as a feature, in our program we allow user to select a printer and the program will later on always print to it w...
No Default Printer"" message on Windows 7 64-bit
Just tried to substitute my ud_PrnGetName() with GetDefaultPrinter(). Seems GetDefaultPrinter() returns a numeric value instead of a printer name. That kinda makes it hard for me to know which printer was actually selected. It's unfortunate that my office doesn't have a Win7 64-bit. Makes it difficult for me to test an...
No Default Printer"" message on Windows 7 64-bit
Hua This is the function i use for printing It works ok on windows 7 64 bits HTH Richard [code][ #define DMPAPER_A4 9 // A4 210 x 297 mm FUNCTION GETOPRN(OPRN) LOCAL AIMPRI := {}, ; LCRE := .F., ; CMODEL LOCAL cIniFile := INILOGI() AIMPRI := GETIMPRI(@AIMPRI) IF LEN(AIMPRI) = 1 O...
No Default Printer"" message on Windows 7 64-bit
Hua, // Returns the name of the Windows default printer function getPrinter() return GetProfString( "windows", "device" , "" )
No Default Printer"" message on Windows 7 64-bit
Hua, [quote="hua":397qk7cf]Thanks Stefan. I can't find GetDefaultPrinter() in the source but I did find GetPrintDefault(). I assume that's the one you meant?[/quote:397qk7cf] No, I meant GetDefaultPrinter(), it exists in xHarbour, I don´t know if it exists in harbour, too. There are two functions I´m using, first is ...
No Default Printer"" message on Windows 7 64-bit
Hi all, Thanks to all those that replied and tried to help. I've manage to get my hand on a Win7 64-bit and the problem is still there. I don't understand what's going on but so far these are my findings: i. Previewing a report using \Samples\TestPrn2.prg and TestRtf.prg works ii. PrinterSetup() doesn't call up th...
No Default Printer"" message on Windows 7 64-bit
Ok. Someone just suggest to me that it's possible that message appear because there is no printer physically attached to the workstation. I still don't think that's likely as I could preview the few programs in \Samples. I'll keep you guys posted if I come up with anything conclusive
No Default Printer"" message on Windows 7 64-bit
[quote="hua":2lhkjt5i]Ok. Someone just suggest to me that it's possible that message appear because there is no printer physically attached to the workstation. I still don't think that's likely as I could preview the few programs in \Samples. I'll keep you guys posted if I come up with anything conclusive[/quote:2lhkjt...
No Default Printer"" message on Windows 7 64-bit
Well, I'm out of ideas. I even activate the Administrator account and run the exe just to be sure it's not due to some weird permission issue in Win7. Now the message that I get everytime I try to print is "No printer installed". Just for the sake of seeing what's gonna happen I change the sentence to PRINTER oPrn FR...
No Default Printer"" message on Windows 7 64-bit
Hua, [quote:2bdi4qqv]Of course \SAMPLES\testprn2.prg runs fine every time.[/quote:2bdi4qqv] So if that runs fine then this should NOT give you a 0. [code=fw:2bdi4qqv]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">PRINT</span> oPrn <span style="color: #0000ff;">NAME</span> ...
No Default Printer"" message on Windows 7 64-bit
Hua: I believe your application is being opened with limited permissions. Right click on the icon and select properties. Click the Advanced button on the Shortcut tab and check the box to "Run As Administrator" Also, click on the Compatibility tab. Check the box to "Run this program in compatibility mode for:", Win...
No Default Printer"" message on Windows 7 64-bit
Hi Randal, I think I can safely eliminate permission as the issue, (then again it actually kinda behave that way). Here's a summary of what I've done: i. Run as administrator ii. Linked in manifest to auto-elevate the exe's priviledge to Admin iii. Enabled the hidden Administrator account on Win7 and use that one to l...
No Default Printer"" message on Windows 7 64-bit
Just a shot hopefully not in the dark I searched quite a while for a problem concerning an "ini" file placed in windows directory , problem occuring on win7 , I finally found that windows "virtualizes" some files created by a 32 bits app , this means you can have the same file with the same name in the windows folder...
No Default Printer"" message on Windows 7 64-bit
Hua, Did you see my previous post? Can you test and answer my questions? [quote:3o50altk]What makes me confuse and giving me a headache is FWH\Samples\testprn2.prg works perfectly even if I run it from the file server.[/quote:3o50altk] This indicates there is a problem in your code--we just need to find it. Or, you ...
No Default Printer"" message on Windows 7 64-bit
Hua: I understand you cannot set Compatibility mode from the workstation. I just wanted to see if changing the icon properties would make it work on the local computer. I understand this is not the ultimate solution. Do you use any 3rd party libraries or dll's? Try putting this as the first line in your app. You'...
No Default Printer"" message on Windows 7 64-bit
Thanks for the reply guys <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> [b:23qm5vh9]@Richard:[/b:23qm5vh9] I'm not using any ini at the moment. [b:23qm5vh9]@James:[/b:23qm5vh9] Oops, sorry I missed your Oct 6th's post. The hDC is 0 only in my module James. It definitely i...
No Default Printer"" message on Windows 7 64-bit
Got it! Thank you Stefan, Richard, James, Gilbert and especially you Randal! Your idea pointed me to the right direction. Softwarekey's dll was the culprit. Here's what happened, somehow when Softwarekey's dll (keylib32.dll) is called to validate the license, no matter what I do, my exe won't get the permission to acce...
No output devices found"" after HDTV off/on
I have a mac mini connected to a HDTV using HDMI using Windows 10. The output sound driver is "Intel(R) Display Audio". When I turn off the TV and then turn it on again, I loose the sound and Windows reports "no output devices found". This forces me to reboot Windows as it is the only way that I have found to recover...
No output devices found"" after HDTV off/on
Antonio Just a long shot .. 1) click on the lower right side square bottom task bar 2) click on all settings 3) click on privacy 4) check camera, microphone and other devices make sure you do not have any of the above option turned off ... specifically other devices Hope that helps Rick Lipkin
No output devices found"" after HDTV off/on
Antonio, comprueba en "opciones de Energia" si el dispositivo está configurado para que entre en suspensión cuando está inactivo. Si es así, configúralo para evitar que entre en suspensión
No output devices found"" after HDTV off/on
The problem remains...
PROBLEMILLA"" CON TCBROWSE FWH
Con la nueva versión de FWH empecé a ver de vez en cuando que al seleccionar una columna para cambiar el índice activo, la cabecera con los títulos de columnas eran tapadas por los datos del registro que supuestamente ocupan ese lugar. No lo relacionaba más que con un error mío en la posición de los datos y /o refresh(...
PROBLEMILLA"" CON TCBROWSE FWH
We will investigate this and get back to you. ------------------------------------------------- At the same time, we would like to inform you that we did not modify twbrowse or tcbrowse in the last many years. May we also know which older version of FWH are you referring to?
PROBLEMILLA"" CON TCBROWSE FWH
2.3 No obstante, la cuestión no es que sea versión nueva o vieja. La cuestion es que no deseo que exista ese arrastre con botón izquierdo, ya que al ser el que se utiliza para cambiar de índice en el browse se produce el efecto indeseado de que los datos tapen los títulos. Gracias
PROBLEMILLA"" CON TCBROWSE FWH
En este primer gráfico se ven perfectamente las cabeceras: [url=https&#58;//subefotos&#46;com/ver/?ec5d16a98d5b4a0d7bf1d2a699be6b41o&#46;jpg:e5umb6yq][img:e5umb6yq]http&#58;//thumbs&#46;subefotos&#46;com/ec5d16a98d5b4a0d7bf1d2a699be6b41o&#46;jpg[/img:e5umb6yq][/url:e5umb6yq] En este otro, una vez arrastrado con botón ...
PROBLEMILLA"" CON TCBROWSE FWH
Como haces, asi? By: <!-- e --><a href="mailto:kapiabafwh@gmail.com">kapiabafwh@gmail.com</a><!-- e --> [code=fw:2ir7diwj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><b...
PROBLEMILLA"" CON TCBROWSE FWH
REDEFINE LISTBOX OBRW ; FIELDS ; COMPANIA,CODIGO,CIF ID 4003 ; HEADERS "NOMBRE", "CGO","C.I.F" ; ON CHANGE(COGE_COMPANIA(),REFRESCA_COMPANIA(),capturalogo(odl,ologo,"COMPANIA")) ; ON RIGHT CLICK (MENUCIA(NROW,NCOL,obRW,"COMPANIA",OLOGO)) ; OF odl FONT OFONT10 COLOR LETRAS,FONDO OBRW:BKEYDOWN:={ | N...
PROBLEMILLA"" CON TCBROWSE FWH
Mr. Karinha For providing a solution to Mr. Pacotre, we first need to reproduce the problem pointed out by him. For this purpose, such a very long program is not necessary. The following two-line program is enough. [code=fw:c74u8der]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7...
PROBLEMILLA"" CON TCBROWSE FWH
Mr Pacotre Thanks for pointing out this problem. FWH introduced Kinetic scrolling to TWBrowse in August 2009. TCBrowse is derived from TWBrowse and so, this applies to TCBrowse also. This problem is because of a bug in the implementation of kinetic scrolling. This existed from that time itself, but was never noticed...
PROBLEMILLA"" CON TCBROWSE FWH
Exactamente, ese es el problema. Como se puede resolver?
PROBLEMILLA"" CON TCBROWSE FWH
TWBrowse():lKinetic := .f. Ok. Lo probaré. Gracias a todos.
PROBLEMILLA"" CON TCBROWSE FWH
Perfecto!!!! el fallo ha desaparecido. Muchísimas gracias por vuestra atención.
PROBLEMILLA"" CON TCBROWSE FWH
XBrowse automatically, on its own, reads and parses all index expressions of all open indexes and decides which index can be used for which column and stores the Tag name in oCol:cSortOrder and order bag name in oCol:cOrdBag and uses this information to change the index order when the user clicks on the header. In 99% ...
PROBLEMILLA"" CON TCBROWSE FWH
Ok. All is working ok, but I need to know when de user has changed the index clicking on header, then I can write the fieldname in Dialog. For example something like this: 'On change indexord()' msginfo("Active index is "+str(indexord())). My problem is I don't know identifier when user is clicking on header with Xbr...
PROBLEMILLA"" CON TCBROWSE FWH
You are posting all your doubts on XBROWSE under TCBROWSE topic. Please open a new post for your doubts on XBrowse.
PROBLEMILLA"" CON TCBROWSE FWH
Buenas tardes: Por aquí ando otra vez incordiando. Necesito ayuda. Estoy trabajando con XBROWSE, y necesito saber como puedo guardar la última configuración para que la próxima vez que arranque lo haga de la misma forma. Las columnas que he movido, las que he quitado, etc. que permanezcan tal como las dejo. Como pue...
PROBLEMILLA"" CON TCBROWSE FWH
[quote="pacotre":38dcw7kl]Buenas tardes: Por aquí ando otra vez incordiando. Necesito ayuda. Estoy trabajando con XBROWSE, y necesito saber como puedo guardar la última configuración para que la próxima vez que arranque lo haga de la misma forma. Las columnas que he movido, las que he quitado, etc. que permanezcan ta...
PROBLEMILLA"" CON TCBROWSE FWH
Muchas gracias: Ya me has alegrado el dia <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
PROBLEMILLA"" CON TCBROWSE FWH
Otra duda: Hay forma de condicionar con xbrowse las columnas?. Me explico. Hasta ahora lo que he visto es que me muestra todos los campos completos con uData. He visto que puedo cambiar las cabeceras de columnas con Header. Necesito indicarle, como lo hacía con Listbox, que un determinado campo me lo muestre en dos col...
PROBLEMILLA"" CON TCBROWSE FWH
@ r, c XBROWSE oBrw SIZE .................... DATASOURCE cAlias ; COLUMNS "FIELD3", "LEFT(FIELD1,10)", "RIGHT(FIELD1,10)", "FIELD4", ....; HEADERS ...........
PROBLEMILLA"" CON TCBROWSE FWH
Muchas gracias.
PROBLEMILLA"" CON TCBROWSE FWH
[quote="nageswaragunupudi":2byhy96y]@ r, c XBROWSE oBrw SIZE .................... DATASOURCE cAlias ; COLUMNS "FIELD3", "LEFT(FIELD1,10)", "RIGHT(FIELD1,10)", "FIELD4", ....; HEADERS ...........[/quote:2byhy96y] No podía imaginar que era tan fácil. Y supongo que otra duda que tengo también será fácil, pero que no veo...
Pause"" for Notify Event ?
hi, for TGrid() i use Method Notify to get LVN_KEYDOWN when "Key" is press now when "load" a big Folder and User press ENTER again it crash ... <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> so i want to "block" Notify ... but how ... i can use a Me...
Pause"" for Notify Event ?
Dear Jimmy, Please provide a small and self contained PRG to test it many thanks
Pause"" for Notify Event ?
hi Antonio, [quote="Antonio Linares":3obcov67]Please provide a small and self contained PRG to test it[/quote:3obcov67] i use Method Notify in my CLASS TGrid() it is use by CLASS TExplorer() from Main i call n-Times CLASS TExplorer() so "smallest" Sample have about 3000 Lines ... --- it is a General Question how i ...
Pause"" for Notify Event ?
You may use a logical DATA to enable or disable it, I guess
Pause"" for Notify Event ?
hi Antonio, [quote="Antonio Linares":2o6kuksd]You may use a logical DATA to enable or disable it, I guess[/quote:2o6kuksd] this is what i do now [code=fw:2o6kuksd]<div class="fw" id="{CB}" style="font-family: monospace;">   <span style="color: #00C800;">CASE</span> nCode == LVN_KEYDOWN<br />      nKey := LV_GETGRIDVKE...