topic
stringlengths
1
63
text
stringlengths
1
577k
Change Windows Background color in Windows 8
Enrico, In Windows 8 works with WindowText as I explained. Maybe it has changed in 8.1
Change XBROWSE Style?
Dear All, I can define TXBrowse as "Windows Style=0x50210000" in .RC or .RES. But if I need to define from source code with out .RC or .RES. How do I can define it? Thanks
Change XBROWSE Style?
What does the style Windows Style=0x50210000 mean?
Change XBROWSE Style?
Dear Mr.Rao, I need TXBRowse with flat border style as picture. [url=https://postimages.org/:3a3dvwjt][img:3a3dvwjt]https://s8.postimg.cc/nk0y8qsbp/flat-border.png[/img:3a3dvwjt][/url:3a3dvwjt]
Change XBROWSE Style?
Hi, Dutch. Did you resolve?
Change XBROWSE Style?
Mr. Dutch Set oBrw:lDrawBorder := .t.
Change XBROWSE Style?
Dear Mr.Rao, I've tried this but it doesn't effect. [code=fw:3oc50xrj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br /><br /><span style="color: #00C800;">FUNCTION</span> TEST<span style="color: #000000;">&#40...
Change XBROWSE Style?
Add the clause NOBORDER to XBROWSE command, whenever you create from sourcecode. Just make it a habit to use always. (Not for resources) On bottom and right, you see the border drawn by lDrawBorder when HScroll and VScroll are absent. [url=https&#58;//imageshack&#46;com/i/pnKOSRtPp:10vji6ar][img:10vji6ar]https&#58;/...
Change XBROWSE Style?
Is it included in FWH 18.05?
Change XBROWSE Style?
Hi Mr. Rao, How can I change border color to light blue? also if there is a scroolbar in the xbrowse, border is not impressed. Thanks,
Change XBROWSE Style?
[quote="dutch":290lr9de]Is it included in FWH 18.05?[/quote:290lr9de] It is already there in many previous versions too.
Change XBROWSE Style?
[quote:1acrizml]How can I change border color to light blue? [/quote:1acrizml] We will provide color choice in future versions. [code=fw:1acrizml]<div class="fw" id="{CB}" style="font-family: monospace;"><br />also <span style="color: #00C800;">if</span> there is a scroolbar in the <span style="color: #0000ff;">xbrowse...
Change XBROWSE Style?
In 18.05, we can specify oBrw:nClrBorder
Change XBROWSE Style?
[quote="dutch":3qdpv50l]Dear Mr.Rao, I need TXBRowse with flat border style as picture. [/quote:3qdpv50l] You have tried? [code=fw:3qdpv50l]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; @ nRow, nCol <span style="color: #0000ff;">XBROWSE</span> ....<br />&nbs...
Change XBROWSE Style?
Dear Mr.Cristobal and Mr.Rao, Yes, it is working [2015,NOBORDER and lDrawBorder]. Thank you so much.
Change XBROWSE Style?
[quote="nageswaragunupudi":bo540duy]In 18.05, we can specify oBrw:nClrBorder[/quote:bo540duy] Hi Mr. Rao, Have you noticed that nClrBorder is not painted when xbrowse is empty?
Change XBROWSE Style?
[quote="Horizon":3l0t0ami][quote="nageswaragunupudi":3l0t0ami]In 18.05, we can specify oBrw:nClrBorder[/quote:3l0t0ami] Hi Mr. Rao, Have you noticed that nClrBorder is not painted when xbrowse is empty?[/quote:3l0t0ami] Yes, thanks. Fixed in FWH1808.
Change a no modal dialog to modal after activate
Is possible change a no modal dialog to modal after activate him? I refer to any like: (...) activate dialog oDlg NoWait centered // do anything // turn oDlg to modal here! Regards, Maurilio
Change a no modal dialog to modal after activate
Maurilio, What you descibe doesn't sound very useful. Example. You put up a non-modal dialog over a parent window and the user clicks on the toolbar on the parent window, but instead of the button working, the dialog becomes modal. I can imagine a very confused user. Perhaps I am not understanding what you are tryin...
Change a no modal dialog to modal after activate
James, What I want do is create a black or gray dialog and turn it transparent (it will causa a shadow over my screen) and after I activate my dialog. The effect I want is like when whe click Start / Shutdown where the backgroud turn shadowed. Now I do this sequence: 1. create a non modal dialog (shadow) 2. create a...
Change a no modal dialog to modal after activate
Maurilio, Hmm. The modal/non-modal state is set via the STYLE clause and I don't think an object can have it's style changed after it is created (but I may be wrong). Can you just make both dialogs modal? You can call one modal dialog from another, but the user wouldn't be able to click on the first dialog (the shado...
Change a no modal dialog to modal after activate
Maurilio, If you disable (oWnd:Disable()) all windows and dialogs under the dialog, it will act as a modal dialog.
Change a no modal dialog to modal after activate
James and Antonio, I'll do some tests. Thanks a lot! Maurilio
Change author in excel
Hi, Is it possible to fill the author, Title and other property-fields of an excel-file via FiveWin? Thanks Marc
Change author in excel
When I do not know how to do something in Excel I record a macro, make the changes, then go back and edit the macro to see how Excel did it.
Change author in excel
The problem is that a macro doesn't record changing the title or author. Marc
Change author in excel
That does make it harder <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> I will check.
Change author in excel
Hi, I found on the MicroSoft-site an example how to change the 'Subject'-field it in VBA [code=fw:1slgpefa]<div class="fw" id="{CB}" style="font-family: monospace;">Dim properties As Microsoft.Office.Core.DocumentProperties<br /><br />properties = DirectCast<span style="color: #000000;">&#40;</span>Globals.ThisDocume...
Change author in excel
Please try the following code. I have not tested this. [code=fw:339jiplg]<div class="fw" id="{CB}" style="font-family: monospace;">oWorkBook:<span style="color: #000000;">BuiltinDocumentProperties</span><span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"Author"</span><span style="color: #000000;...
Change author in excel
Anser, Unfortunately it doesn't work. I have this error [quote:3q36b6hf] Error description: Error Excel.Application:ACTIVESHEET/16389 E_FAIL: _BUILTINDOCUMENTPROPERTIES Args: [ 1] = C Test Stack Calls =========== Called from: win32ole.prg => TOLEAUTO:_BUILTINDOCUMENTPROPERTIES(0) [/quote:3q36b6hf] ...
Change author in excel
Sorry, I missed Value in the statement. This is working fine for me. [code=fw:bokh8yf1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">Function</span> Main<span style...
Change author in excel
Thanks Anser, It's working fine now!! Regards, Marc
Change behavior of minimize button
Hi all, is it possible to change the standard behavior of the minimize and close button of a window ? A click on minimize should hide the windows
Change behavior of minimize button
[code:2v4zu7f8] #define SIZE_MINIMIZED 1 ACTIVATE WINDOW oWnd ; ON RESIZE If&#40; nSizeType == SIZE_MINIMIZED, oWnd&#58;Hide&#40;&#41;, oWnd&#58;Show&#40;&#41; &#41; [/code:2v4zu7f8]
Change behavior of minimize button
Antonio, many thanks, it´s working. But when i try to show the window again (oWnd:Show() ), it´s only shown in the taskbar. Do i miss something to restore it completely ?
Change behavior of minimize button
Stefan, Try: oWnd:Restore(), oWnd:Show()
Change behavior of minimize button
Antonio, works perfectly <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> many thanks
Change color active folder.
Dear All, I would like to change active folder in different color than the other for showing the which active folder has focused as sample. - upper picture is normal folder - lower picture is that I need. I try with ::nClrPane or ::SetColors() but it doesn't successful. How to do that? Or Which way is the better sol...
Change color active folder.
Try with this DATAs [code=fw:1jcfp6zg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />&nbsp; &nbsp; &nbsp; :<span style="color: #000000;">aGradSel</span> &nbsp; &nbsp; &nbsp; := <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">1...
Change color active folder.
Dear Cristobal It has an error. [code=fw:3r6hncu9]<div class="fw" id="{CB}" style="font-family: monospace;">Description : <span style="color: #000000;">Warning</span> BASE/<span style="color: #000000;">1005</span>  <span style="color: #0000ff;">Message</span> not found: <span style="color: #000000;">TFOLDER</span>:_A...
Change color active folder.
Sorry, I only use FolderEx
Change color in a bmp
Hello, I would like to change some of the colors programmatically. Can you please help me on that. Thanks in advance Otto [img:2boyoes9]http&#58;//www&#46;atzwanger-software&#46;com/fw/oculto&#46;bmp[/img:2boyoes9]
Change color in a bmp
Otto, If the bitmap is already shown as a control: [code=fw:25fec00o]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">local</span> hDC := oBmp:<span style="color: #000000;">GetDC</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /...
Change color in a bmp
Dear Antonio, thank you for your help. But it seems that this function is working to slow for my purpose. Is it possible to print a transparent bmp over the original. Thank you in advance Otto [img:1ajk5e7a]http&#58;//www&#46;atzwanger-software&#46;com/fw/camping2&#46;jpg[/img:1ajk5e7a]
Change color in a bmp
I think you can use <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35518&start=0">viewtopic.php?f=3&t=35518&start=0</a><!-- l -->
Change color in a bmp
Use Windows GDI functions FloodFill() or ExtFloodFill().
Change color in a bmp
Otto, [quote:1fkehl5h]Use Windows GDI functions FloodFill() or ExtFloodFill().[/quote:1fkehl5h] a idea maybe using a colorpicker I still have to work on the < floodfill function > I could not' find any working tests inside the forum or sample folder <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" ...
Change color in a bmp
if I have this figure and I wanted to click on the pencils and recognize the color and then fill the white part of the drawing with the selected color, what can I do? [img:3t3dmhfp]https&#58;//i&#46;postimg&#46;cc/kXFD9Lts/ff&#46;jpg[/img:3t3dmhfp]
Change color in a bmp
1, Get hDC. 2. Read pixels around the coordinates of the mouse cursor. 3. Determine that it is a white color and change it. Only it's a long time. You can specify the polygon with the corresponding color yourself
Change color in a bmp
[quote="Natter":bnsmrymu]1, Get hDC. 2. Read pixels around the coordinates of the mouse cursor. 3. Determine that it is a white color and change it. Only it's a long time. You can specify the polygon with the corresponding color yourself[/quote:bnsmrymu] In words you are all good, I know what I should do, if I aske...
Change color in a bmp
I made a sample test [code=fw:ma1sqwzx]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Function</span> test<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />&nbsp; &nbsp;<span style="color: #00C800;">local</span> cFile:=<span ...
Change color in a bmp
Silvio my changes and tests I tested < Floodfill and ExtFloodFill > but got NO result <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> [code=fw:3qkq2v4x]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style...
Change color in a bmp
Sorry I selet the colors then click on Image not fill the color into area why ?
Change color in a bmp
Silvio, showing a black and white image I expected that You want to repaint it because from Rao [quote:3ij7fsub]Use Windows GDI functions FloodFill() or ExtFloodFill().[/quote:3ij7fsub] I used the extended test for maybe getting a working [color=#0000FF:3ij7fsub]FLOODFILL[/color:3ij7fsub]-solution a answer of Your qu...
Change color in a bmp
image A is black and white the handicapped child must take a color on image B and click on part of image A and color the part delimited by the lines. In your example I am able to take the color from image B but then when I click on image A it does not color the selected area in an old program done at least 15 years a...
Change color in a bmp
[quote="ukoenig":1sn24azb]Silvio, regards Uwe[/quote:1sn24azb] Uwe, Now the test colorize all the image and not the area please try the test [code=fw:1sn24azb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fiv...
Change color in a bmp
Silvio, it seems to work now with BMP but I still noticed a problem using JPG <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Just change these lines xImage moving and zooming will delete selected colors <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="E...
Change color in a bmp
Uwe, I made a test (using ExtFloodFill) [img:10fg78x4]https&#58;//i&#46;postimg&#46;cc/7ZMtT4rW/risultato&#46;jpg[/img:10fg78x4] I do not believe that in fivewin you cannot draw and color a drawing in a uniform way
Change color in a bmp
Silvio, I think I know where the problem is. Please post your code and the bitmap. Best regards, Otto
Change color in a bmp
[quote="Otto":3qua16rx]Silvio, I think I know where the problem is. Please post your code and the bitmap. Best regards, Otto[/quote:3qua16rx] Otto, this is the test [code=fw:3qua16rx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"...
Change color in a bmp
Hello Silvio, Great example. ExtFloodFill only works on one color. You have in your image at the border another color. [img:1w3n2eu6]https&#58;//mybergland&#46;com/fwforum/silviodug2&#46;jpg[/img:1w3n2eu6] Store your image as monochrome and all is working fine. [img:1w3n2eu6]https&#58;//mybergland&#46;com/fwforum/du...
Change color in a bmp
good [img:vg2cfsit]https&#58;//i&#46;postimg&#46;cc/Fz34wK7x/good&#46;png[/img:vg2cfsit] but there are many white points also
Change color in a bmp
Silvio, zoom your image, and you will see you have also RGB(204,204,204) inside the white spaces. You must clean up the image. Best regards, Otto
Change color in a bmp
Otto, I have many images , How I can clear all ?
Change color in a bmp
Silvio, maybe Uwe knows a way? Best regards, Otto
Change color in a bmp
Hello Silvio, Try this online service: <!-- m --><a class="postlink" href="https://onlinepngtools.com/change-png-color">https://onlinepngtools.com/change-png-color</a><!-- m --> Best regards, Otto
Change color in a bmp
New release ( Otto see on your mail) [img:hejyxnpr]https&#58;//i&#46;postimg&#46;cc/6png9Kdk/nn&#46;png[/img:hejyxnpr]
Change color of say when mouse is over it
Antonio, is there a way to change the color of the text of a say-object when the mouse is moved over it and the cursor changes to HAND? I did this for years with an old class called sensitive say: [code=fw:2mpvkvfn]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">REDEFINE<...
Change color of say when mouse is over it
Hello Dietmar, you could try with lWantClick. Best regards, Otto [code=fw:k6apfduh]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;oSay:<span style="color: #000000;">lWantClick</span> := .t.<br />&nbsp; &nbsp;oSay:<span style="color: #000000;">bMMoved</span> &nbsp; = <span style="color:...
Change color of say when mouse is over it
[code=fw:28x9u9x2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   oSay:<span style="color: #000000;">lWantClick</span> := .t.<br />   oSay:<span style="color: #000000;">bMMoved</span>   = <span style="color: #000000;">&#123;</span>||oSay:<span style="color: #000000;">SetColor</span><span style="color...
Change color of say when mouse is over it
Dietmar, what version of FW do you use? Do you have this line in Say class: [quote:amqldsic] METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TSay if ... nMsg == WM_NCHITTEST ) // To have a standard behavior on Clicks [/quote:amqldsic] Best regards, Otto
Change color of say when mouse is over it
[quote="Otto":176zxg4x]Dietmar, what version of FW do you use? latest: 9.04 Do you have this line in Say class: [quote:176zxg4x] METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TSay if ... nMsg == WM_NCHITTEST ) // To have a standard behavior on Clicks [/quote:176zxg4x][/quote:176zxg4x] yes. Do you ge...
Change color of say when mouse is over it
Hello Dietmar, yes. As soon as you move the mouse on the control the event is fired and it works. I only don’t know – there are many ways – what would be the best way and when to change the color back to the original. I have version 9.02 but I don’t think there was another change in the class. Best regards, Otto [co...
Change color of say when mouse is over it
Not very elegant, but this works. [code=fw:1r9sfvdn]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"urllink.ch"</span><br /><br />.....<br />< other code ><br />  <br />@   <span style="color: #000000;">40</span>, <span style=...
Change columns color at run-time TXBrowse()? *Fixed Now*
Dear All,I try to set color CLR_RED for columns that content 'X' but it's not working.How can I do that? This is image of my sample code.[url=http&#58;//img507&#46;imageshack&#46;us/my&#46;php?image=columnscolorof2&#46;jpg:1mbdvymt][img:1mbdvymt]http&#58;//img507&#46;imageshack&#46;us/img507/8096/columnscolorof2&#46;t...
Change columns color at run-time TXBrowse()? *Fixed Now*
Dutch,Try this: oBrw:aCols[n]:bClrStd := {|| iif(eval(oBrw:aCols[n]:bStrData)='X',{CLR_BLACK,CLR_RED},{CLR_BLACK,CLR_WHITE } } James
Change columns color at run-time TXBrowse()? *Fixed Now*
Dear James,It still doesn't work. It likes the eval(oBrw:aCols[n]:bStrData) don't return correctly.[quote="James Bott":1ks2uekl]Dutch, Try this: oBrw:aCols[n]:bClrStd := {|| iif(eval(oBrw:aCols[n]:bStrData)='X',{CLR_BLACK,CLR_RED},{CLR_BLACK,CLR_WHITE } } James[/quote:1ks2uekl]I try this code but still d...
Change columns color at run-time TXBrowse()? *Fixed Now*
DutchXbrowse behaves a bit strange on evaluating colors, try it this way oBrw:aCols[I]:bClrStd := {|| {CLR_BLACK,iif(eval(oBrw:aCols[n]:bStrData)='X',CLR_RED,CLR_WHITE ) } }HTHRichard
Change columns color at run-time TXBrowse()? *Fixed Now*
Dutch,>I try to set color CLR_RED for columns that content 'X' but it's not workingI think you have problem with this logic. Do you want to change the color of the entire colomn if there is a X in any row in the column? If so this is going to be very hard to do. You will need to scan the entire database looking for X's...
Change columns color at run-time TXBrowse()? *Fixed Now*
Dear James,In the past I use TWBrowse() to do as picture and now I would like to change to TXBrowse().[url=http&#58;//img440&#46;imageshack&#46;us/my&#46;php?image=twbrowsejo6&#46;jpg:1hj5r458][img:1hj5r458]http&#58;//img440&#46;imageshack&#46;us/img440/686/twbrowsejo6&#46;th&#46;jpg[/img:1hj5r458][/url:1hj5r458]This i...
Change columns color at run-time TXBrowse()? *Fixed Now*
Dear Richard,Your example is the same first sample above and It doesn't work correctly.[quote="Richard Chidiak":21b6g1yz]Dutch Xbrowse behaves a bit strange on evaluating colors, try it this way oBrw:aCols[I]:bClrStd := {|| {CLR_BLACK,iif(eval(oBrw:aCols[n]:bStrData)='X',CLR_RED,CLR_WHITE ) } } HTH Richard[/quo...
Change columns color at run-time TXBrowse()? *Fixed Now*
Please modify the code like this[code:27ibjq64] for n &#58;= 1 to len&#40;aStatus&#41; oBrw&#58;aCols&#91;n&#93;&#58;bClrStd &#58;= &#123; || CellColor&#40; oBrw, n &#41; &#125; next &#46;&#46;&#46; &#46;&#46;&#46; //-----------------------------// static function CellColor&#40; oBrw, n &#41; return &#...
Change columns color at run-time TXBrowse()? *Fixed Now*
Dear nageswaragunupudiI try as your suggestion and now it shows correctly as following code[quote="nageswaragunupudi":9vf975im]Please modify the code like this [code:9vf975im] for n &#58;= 1 to len&#40;aStatus&#41; oBrw&#58;aCols&#91;n&#93;&#58;bClrStd &#58;= &#123; || CellColor&#40; oBrw, n &#41; &#125; ...
Change columns color at run-time TXBrowse()? *Fixed Now*
DutchThis is a piece of code from my application, it works OK[code:34p1af4z] FOR I = 1 TO LEN&#40;oBrw&#58;aCols&#41; oBrw&#58;aCols&#91;I&#93;&#58;nWidth &#58;= ASIZE&#91;I&#93; oBrw&#58;aCols&#91;I&#93;&#58;oDataFont &#58;= &#123;||IIF&#40;DET->SDETAIL,TABCOL&#91;12&#93;,IIF&#40;DET->ENR = "3" &#46;OR&#46; D...
Change columns color at run-time TXBrowse()? *Fixed Now*
It work as spectation.Thanks to all,Dutch
Change columns title array on line - Resolved -
I have an array 16 columns with a radiomenu I change a nvalue [img:15rb3xwp]https&#58;//i&#46;postimg&#46;cc/nLjFwf78/bu&#46;jpg[/img:15rb3xwp] I wish change the title of [b:15rb3xwp]SetGroupHeader[/b:15rb3xwp] I made :SetGroupHeader( Iif(nRadio=1,"Somme estratti","Distanze cilometriche" ), 7, 16 ,oFontsmall,...
Change columns title array on line - Resolved -
[code=fw:tkretjqu]<div class="fw" id="{CB}" style="font-family: monospace;">AEval<span style="color: #000000;">&#40;</span> oBrw:<span style="color: #000000;">aCols</span>, <span style="color: #000000;">&#123;</span> |o| o:<span style="color: #000000;">cGrpHdr</span> := &nbsp;Iif<span style="color: #000000;">&#40;</spa...
Change columns title array on line - Resolved -
[quote="nageswaragunupudi":3fjspa2j][code=fw:3fjspa2j]<div class="fw" id="{CB}" style="font-family: monospace;">AEval<span style="color: #000000;">&#40;</span> oBrw:<span style="color: #000000;">aCols</span>, <span style="color: #000000;">&#123;</span> |o| o:<span style="color: #000000;">cGrpHdr</span> :=  Iif<span sty...
Change cursor to hand when mouseover desired columns
Dear All, I need to change cursor to Hand when MouseOver on desired columns for notify user that which columns can click. Thanks in advance for any help or ideas.
Change dbf extension form dbf to blabla
I have seen that some programmers use instead of dbf own extensions. database.dbf database.xxx Is this easy to do and if yes how? Thanks in advance Otto
Change dbf extension form dbf to blabla
Yes, it is as easy as renaming the file and specifying the file extension in the USE command. EMG[/i]
Change dbf extension form dbf to blabla
Thank you. Regards Otto
Change field in get
Hello, How can I change a getfield in a dialog on the fly? I have a code like [code=fw:80n4j93i]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> ovar <span style="color: #0000ff;">VAR</span> artikel->omschrijv   <span sty...
Change field in get
Marc I would assign your database field to a variable then with your button, re-assign the variable then refresh your object .. Something like this : [code=fw:r10mj7h4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />cOmschrijv := artikel->omschrijv<br /><br /><span style="color: #0000ff;">REDEF...
Change field in get
Rick, Thanks for your reply. I just found an other way. [code=fw:311mxjk6]<div class="fw" id="{CB}" style="font-family: monospace;">ovar:<span style="color: #000000;">oget</span>:<span style="color: #000000;">block</span> := bSETGET<span style="color: #000000;">&#40;</span>artikel->omschrijv1<span style="color: #0000...
Change field in tMultiGet
Hi, With a normal Get I can use [code=fw:3czr5rqx]<div class="fw" id="{CB}" style="font-family: monospace;">vGetlist:<span style="color: #000000;">oget</span>:<span style="color: #000000;">block</span> := bSETGET<span style="color: #000000;">&#40;</span>instaanm->aanmb1<span style="color: #000000;">&#41;</span></div>[...
Change field in tMultiGet
Marc, [quote="Marc Vanzegbroeck":j1s7piiz]Hi, With a normal Get I can use [code=fw:j1s7piiz]<div class="fw" id="{CB}" style="font-family: monospace;">vGetlist:<span style="color: #000000;">oget</span>:<span style="color: #000000;">block</span> := bSETGET<span style="color: #000000;">&#40;</span>instaanm->aanmb1<span ...
Change field in tMultiGet
Enrico, I just found it 10 minutes ago myself, and wanted to post the result. Thanks anyway!!
Change file time and date
Hi, I need to change the date and time of a file. I tried with the SetFdate() FW's function but an "not implemented yet for 32 bit" error message appairs. Is there any tourn-around available ? Thanks in advance Regards, Marco Turco
Change file time and date
Try SetDate( nDay, nMonth, nYear ) EMG