topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
save a part of a dialog into a bmp | How I can save a section of a dialog into bmp file to send to printer ? |
save a part of a dialog into a bmp | Silvio,
my solution to copy a area from a DIALOG and save as BMP,
but why You don't use a external screencapture program ?
There You can cut a area as well.
[img:235hynmd]http://www.pflegeplus.com/IMAGES/DlgCrop1.jpg[/img:235hynmd]
best regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question... |
save a part of a dialog into a bmp | [quote="Silvio.Falconi":k9bpkn2j]How I can save a section of a dialog into bmp file to send to printer ?[/quote:k9bpkn2j]
hBmp := MakeBkBmpEx( oDlg:hWnd, nTop, nLeft, nBottom, nRight ) |
save a part of a dialog into a bmp | thanks to all |
save a part of a dialog into a bmp | Mr. Rao,
I think, this function belongs to other classes.
Using it for this solution, it doesn't work.
Just see the difference between my original and the change :
[b:27zn2doe]The change using MakeBkBmpEx( oDlg:hWnd, nTop, nLeft, nBottom, nRight )
The width and height is OK, but the control-sizes are changing :[/b:27... |
save a part of a dialog into a bmp | A capture function with adding just one line to the dialog :
create multiple captures
possible to change the export image-format during a session
dialog-display of the capture-result
[color=#0000FF:1l9fjk3v][b:1l9fjk3v]oDlg:bRClicked := {| nRow, nCol | MAKE_AREA( oDlg, cWorkFile, nTxtColor, nRow, nCol ) }[/b:1l9fjk3v]... |
save active work areas/indexes/filters/relations and restore | Hi friends
Can anybody guide me how to save the work areas in use alongwith their
indexes, filters and relations to restore them back later.
I am calling a function within main() which is using a different set of
databases, indexes with some filters and relations closing all the earlier
databses, indexes ... etc wit... |
save active work areas/indexes/filters/relations and restore | Ramesh,
You may review the source code of FW function\errsysw.prg that checks all open DBFs, indexes and relations.
You could use that info to save it and later restore it. |
save active work areas/indexes/filters/relations and restore | Mr.Antonio
Thank you very much for your guidance.
I could do it exactly what I wanted by using
part of code from Errsysw.prg
Regards to you,
- Ramesh Babu P |
save an array on text | I need to save on source code a big dbf
I'm thinking to save an array without use the dbf
I tried to make a test but it not run ok
where is the error ?
[code=fw:cblvqtta]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;... |
save an array on text | Silvio, you can download an example here:
<!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36878&p=220051&hilit=ERArray.jpg#p220051">viewtopic.php?f=3&t=36878&p=220051&hilit=ERArray.jpg#p220051</a><!-- l -->
[img:1l0gxq3x]https://mybergland.com/FWForum/ERArray&#... |
save an array on text | [quote="Otto":38zmqrqr]Silvio, you can download an example here:
<!-- l --><a class="postlink-local" href="https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36878&p=220051&hilit=ERArray.jpg#p220051">viewtopic.php?f=3&t=36878&p=220051&hilit=ERArray.jpg#p220051</a><!-- l -->
[/quote:38zmqrqr]
[size=200:38zmqrqr][b... |
save an array on text | I am sorry - I saw on your code[b:k1tqihug] Function PrintArray( arr, lNoNewLine )[/b:k1tqihug].
Therefore I thought you like to print the array. |
save an array on text | Can't you use copy to SDF? |
save an array on text | [quote="Otto":1o8plxr4]I am sorry - I saw on your code[b:1o8plxr4] Function PrintArray( arr, lNoNewLine )[/b:1o8plxr4].
Therefore I thought you like to print the array.[/quote:1o8plxr4]
but even if I had called the function with "Printarray" because every time I put a message you have to force me to be pissed off beca... |
save an array on text | Then you want to read an array which is stored in a file. Is this what you want?
[code=fw:2z6g30rc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> aTest := ARead <span style="color: #000000;">(</span> memoread<span style="color: #000000;">(</span><span style="color: #ff0000;">"Test... |
save an array on text | [quote="Otto":2uwb0wcp]Can't you use copy to SDF?[/quote:2uwb0wcp]
no
I wish create a source code
i wish insert this source code into my application
because I not want use that dbf
I could write it by hand but it would take me a lifetime
I don't have to print that array
I need an array to insert on My function bec... |
save an array on text | ????????
I have a dbf
I muse make dbf ---> txt as array to inserted on my application |
save an array on text | I suggest this code:
[code=fw:1969niaj]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">local</span> aData, cData<br /><br /> USE CUSTOMER<br /> aData := FW_DbfToArray<span style="color: #000000;">(</span><span style="color: #000000;">)</spa... |
save an array on text | Thanks Rao
[img:3afi0l9k]https://i.postimg.cc/vTG1hCh3/thanks.png[/img:3afi0l9k]
I need it for have Labels measures |
save an image url | when I save an Image the url is
"C:\WORK\PRG\WINBEACH\images\due_lettini_regista.png"
I wish save as " ..\images\due_lettini_regista.png"
how I can resolve ? |
save an image url | Silvio,
you have all the functions inside
c:\fwh\source\function\filename.prg.
Did you see that Antonio announced the availability of the mod harbour servers?
Best regards,
Otto |
save an image url | Otto,
Sorry,
For now i cannot use mod_harbour
I must terminate my app
I tried with mod_harbour with no success |
save an image url | Otto ,
sorry I TRIED with these functions
//?cFileNoPath( cPathMask )
//?cFilePath( cPathMask )
//?cFileDisc( cPathMask )
//?cFileNoExt( cPathMask )
//?cFileSubDir( cPathMask )
//? cFileUNC( cPathMask )
//? cRelativePath( cPathMask )
[b:t3528261]with no success!!!![/b:t3528261]
none give me ..\images\name.png |
save an image url | [b:3cttfofa]Resolved[/b:3cttfofa]
[code=fw:3cttfofa]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> test<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #00C800;">Local</span> cPathMask:=<span style="co... |
save another field on array | I have this xbrowse made with an array
[img:32v07yfo]https://i.postimg.cc/h4Nfm2rY/hhh.jpg[/img:32v07yfo]
I can edit the last column
WITH OBJECT oBrowse:aCols[6]
:cEditPicture := '@ €99,999.99'
:nEditType := EDIT_GET
END
How I can to save also the filed n.12 on ... |
save another field on array | Try this sample code:
[code=fw:1c7y3ju0]<div class="fw" id="{CB}" style="font-family: monospace;"> oBrw:<span style="color: #000000;">Neto</span>:<span style="color: #000000;">Value</span> := oBrw:<span style="color: #000000;">Precio</span>:<span style="color: #000000;">Value</span> - oBrw:<span style="color: #00... |
save another field on array | [code=fw:yh2w05ka]<div class="fw" id="{CB}" style="font-family: monospace;">WITH OBJECT oBrowse:<span style="color: #000000;">aCols</span><span style="color: #000000;">[</span><span style="color: #000000;">6</span><span style="color: #000000;">]</span><br /> :<span style="color: #000000;">cEditPictu... |
save another field on array | io not have that column (oBrowse:aCols[12]:Value) on xbrowse I have only it on array |
save backup solution how? | Dear friends,
we are daily confronted with crypto lock ransom attacks.
Mapped drives are effected as well.
Windows SERVERBACKUP up to now was save. But who knows for how long.
We do not find any WORM hardware.
So we thought to install a FTP server or a winsocket solution.
NAS or maybe a cheap WINDOWS PC can be the... |
save backup solution how? | Dear Otto,
you also need a solution like Panda Adaptative Defense
[url:pibbu6uf]http://www.pandasecurity.com/usa/intelligence-platform/solutions.htm[/url:pibbu6uf]
Please, look at [url:pibbu6uf]https://github.com/c0p3rnic0/PROTEIN[/url:pibbu6uf]
Best regards |
save backup solution how? | Otto
Mapped drives as you mention AND external backup devices connected to an infected machine via USB will be destroyed by the latest Cryptp virus ..
Rick Lipkin |
save backup solution how? | Through which ways the virus get into the system? Running infected EXEs? Opening infected email attachments? Or just visiting infected websites?
EMG |
save backup solution how? | Ciao Otto
We use NAS. At the scheduled time NAS turns on automaticly, makes a copy and then turns itself off.
Maurizio
<!-- w --><a class="postlink" href="http://www.nipeservice.com">www.nipeservice.com</a><!-- w --> |
save backup solution how? | Otto,
On our installed systems, I have a program that runs 24/7 on the server with the data files. Sometime after midnight, it makes a zip file with all of the database files. The name is drawn from the date, so each day is saved independently. They can have this saved to an external drive on the computer ( mapped ... |
save backup solution how? | Hello
at the moment we have a rate of 6% under our clients which have been effected by ransomware.
All kind and brands of antivirus software was installed.
This is how the dbf files look like. But all types of files are infected.
We need a backup of the whole disk which brings back the system 1:1.
With [i:uf3bb3ho]w... |
save backup solution how? | Enrico
The infected machines I have seen come from a clever e-mail disguised as if it were from FedEx .. something to the effect like :
FedEx .."We have tried to deliver a package to you .. please click on the button below to print the tracking receipt."
Click on the Button and it's 'lights out' ..
Rick Lipkin |
save backup solution how? | People must learn to NOT look at any email they are not 100% certain is OK. They must also NEVER go to websites they are not 100% certain about. |
save backup solution how? | [quote="Rick Lipkin":3id0x8na]Enrico
The infected machines I have seen come from a clever e-mail disguised as if it were from FedEx .. something to the effect like :
FedEx .."We have tried to deliver a package to you .. please click on the button below to print the tracking receipt."
Click on the Button and it's 'li... |
save backup solution how? | [quote="TimStone":20kn25z3]People must learn to NOT look at any email they are not 100% certain is OK. They must also NEVER go to websites they are not 100% certain about.[/quote:20kn25z3]
I agree.
EMG |
save backup solution how? | Hi,
we have ADS server on Linux and make compressed (7z) backup every day and sent it by email automaticly to a google account
Regards
Marcelo Vía |
save backup solution how? | When receiving an email that "looks authentic" but you sense it is not, right click on ALL links it contains. You will usually see the primary one is not from the original sender. Immediately trash the email.
If still in doubt, contact the supposed sender ( if you know them ) to inquire if they actually sent you an ... |
save backup solution how? | For Office 365 users:
Advanced Threat Protection
Protect your email in real time against unknown and sophisticated attacks.
Customers with subscriptions to select Exchange or Office 365 plans can add Advanced Threat Protection
[url:10w9ts6v]https://products.office.com/en-us/exchange/online-email-threat-... |
save changes made in Xbrowse | Hello,
I want to save changes made in xBrowse to a online file (MariaDB)
I"ve seen parts that uses
[code=fw:3k165517]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oBrw<span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span>:<span sty... |
save changes made in Xbrowse | oCol:bOnChange := { |oCol, uOldVal| OnColChange( oCol, uOldVal ) }
function OnColChange( oCol, uOldVal )
// Save
// oCol:cExpr, oCol:Value, uOldVal
return nil |
save contacts fron Outlook application object | I found this test on vb language : it save all contacts fron outllook
--------------------------------------------------------------------------------------
Private Sub ThisApplication_Startup(ByVal sender As Object, _
ByVal e As System.EventArgs) Handles Me.Startup
AccessContacts("Na")
End Sub
Private Sub AccessC... |
save data with AJAX | Hello friends,
Here you see the source code how the mod harbour web APP sends the data with AJAX and how on the server a program gets the data and appends to a DBF file.
We delete the local storage if we get back success from the server.
If there raises a problem, the data remains stored in the local storage of the web... |
save dir | when I load a bitmaps the function getdir save on cDir all directory
for sample
c:\work\prg\codici\bitmaps\xxx.bmp
I wish only .\bitmaps\xxx.bmp
because if I insert the exe to another folder or pc it not found the bitmaps
any idea ? |
save dir | Just save and load the bitmaps to ".\bitmaps\"
James |
save dir | James,
I have on dialog
@ 40, 10 SAY "Image:" OF oDlg SIZE 21, 8 PIXEL
@ 38, 39 GET aGet[3] var cTabImage OF oDlg SIZE 205, 12 PIXEL
@ 38, 263 BUTTON oBtnSel PROMPT "..." OF oDlg PIXEL SIZE 10, 9 ;
ACTION ( cTabImage:=cGetFile( "*.*", "Select a file" ),;
... |
save dir | [code=fw:3udyyyfk]<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> main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br... |
save dir | THIS GIVE ME
.\BITMAPS\
AND NOT
.\BITMAPS\NAMEBMP.BMP |
save dir | Silvio,
You can still add :
relativePath( cFile ) [color=#FF0000:22t3n4l8]+ cFileNoPath( cFile )[/color:22t3n4l8]
to add the Filename.
Best Regards
Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
save dir | Silvio,
I re-read you original message, and you are allowing users to select files from any directory (you are when using cGetFile()), then you need to store the directory with the filename. Using my relative directory will only work if they select files from a subdirectory of the EXE.
If you move the EXE and the dat... |
save dir | James ,
I use also for backup or restore this
cPath := cFilePath(GetModuleFileName(GetInstance()))+SUBSTR(cPath,2)
But I not Know where the user take the bitmaps , and I cannot use a BitmapsPath Fix
I try to use the application on another pc but then it not run because on first pc I have a bitmaps into a folder... |
save mails outlooks | Can save all mails from outlooh express with file attach on a file dbf?
have you a sample please
thanks |
save mails outlooks | Outlook Express cannot be accessed using OLE.
Regards,
James |
save mails outlooks | and I open outlook 2003 and save on it all the email I can save they on a dbf ? |
save mails outlooks | Silvio,
Outlook is working fine.
Best regards,
Otto
drag and drop from outlook pure FIVEWIN solution
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=14111&p=72596&hilit=outlook#p72596">viewtopic.php?f=3&t=14111&p=72596&hilit=outlook#p72596</a><!-- l --> |
save ribbon menu | Can I save the number of ribbon tab ?
sample I wish save this number to set at init the tab of the last option from final user |
save ribbon menu | [b:2p71rns7]nTab[/b:2p71rns7] = oRibbon:nOption
Save and restore nTab in .ini file or options dbf
DEFINE RIBBONBAR oRibbon PROMPT "Tab1", "Tab2", "Tab3" OPTION [b:2p71rns7]nTab[/b:2p71rns7] |
save ribbon menu | thanks |
save to doc | it's possible to save a Emf file usinf TOLEAUTO and Word.Application or trichedit class ? |
save to inifile | I must save on inifile as this
[section]
TH=12|normale|5|#8DB3E2|#548DD4|#FFFFFF
How I can make ? |
save to inifile | Silvio, have you tried:
WritePProString( "section", "TH", "12|normale|5|#8DB3E2|#548DD4|#FFFFFF",".\demo.ini" )
Best regards,
Otto |
save to inifile | [code=fw:1ex3i6oo]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\GRABAINI.PRG - 08/10/2022 - <!-- e --><a href="mailto:kapiabafwh@gmail.com">kapiabafwh@gmail.com</a><!-- e --></span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="... |
save to inifile | [quote="Otto":1bee0hy1]Silvio, have you tried:
WritePProString( "section", "TH", "12|normale|5|#8DB3E2|#548DD4|#FFFFFF",".\demo.ini" )
Best regards,
Otto[/quote:1bee0hy1]
Yes of course, all on a string but I have all on variables and my question is also how load each single data |
save to inifile | [quote="karinha":28rbx9d0][code=fw:28rbx9d0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\GRABAINI.PRG - 08/10/2022 - <!-- e --><a href="mailto:kapiabafwh@gmail.com">kapiabafwh@gmail.com</a><!-- e --></span><br /><br /><span style="color: #00D7D7;">#In... |
save to inifile | Now I'm trying to make
cString_TH:= GetIni( cInifile, cSection,"TH", "" )
IF ! empty(cString_TH)
cToken := StrToken(cString_TH,1,";")
acSizes[1] := StrToken(cToken,1,"|")
acEstilo[1] := StrToken(cToken,2,"|")
acSpaces[1] := StrToken(cToken,3,"|")
acBorder[1] := ... |
save to inifile | Silvio,
unfortunately the ';' character in .ini files acts as a comment sign.
Like '*' or // or /* */ in our normal source code.
So your latest method is the correct solution-
Regards, Detlef |
save to inifile | Good Evening:
Test if this helps Silvio
[code=fw:3n59ddep]<div class="fw" id="{CB}" style="font-family: monospace;"><br />** Probando Extraer variables desde INI<br />** Suponiendo que las variables se alimentan desde una DBF con datos INI<br />** en cuyo caso x0=nombre del archivo ini tambien deberia estar guardado en... |
save xbrowse column to Html | [b:24dikpdp]Perhaps I resolved [/b:24dikpdp]
On my applicaton I use a dbf but I convert it into two different array with Header and superheaders
then I create html directly fron xbrowse
[b:24dikpdp]For Vertical option [/b:24dikpdp]
[img:24dikpdp]https://i.postimg.cc/KvKbVh2t/vert.png[/img:24dikpd... |
save xbrowse column to Html | To save an archive in Html format, Antonio wrote me that I had to use this function
[code=fw:10ag671t]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Function</span> testHtml_Fivewin<span style="color: #000000;">(</span>oDbf<span style="color: #000000;">)</span><br... |
saving image file to blob fields | Anybody...I'm working on ADS71 (CDX) and this function always returns false...db->( adsfiletoblob('file.bmp', 'field', 7) )//'field' is image type defined in arc32//7 means image or 6 means binaryI thought of changing table from CDX to ADT... and so.still returns false.I changed field type to binary... still CANT SAV... |
saving image file to blob fields | Frances,This may be useful from Harbour ADS RDD docs:<nBinaryType> Either ADS_BINARY (the default) or ADS_IMAGE. This parameter is for fields in DBF files. ADT tables cannot store binary and image data in standard character memo fields (they have specific field types for that). |
saving image file to blob fields | Hello Mr. Antonio,Thank you for the reply.ADS_BINARY is 6 ands ADS_IMAGE is 7.I used it in the third parameter (like the above) ADSFile2Blob('file','field',7)I data type for 'field' is image or binary (ADT) but still not working...Maybe there's problem with the wrapper ADSFile2Blob and, ADSBlob2File.Anyone with a fix?R... |
saving image file to blob fields | Frances,The C wrapper seems ok: ulRetVal = AdsFileToBinary( pArea->hTable, (UNSIGNED8*)szFieldName, usBinaryType, (UNSIGNED8*)szFileName );it returns a logical value. Do you get .T. or .F. ? |
saving image file to blob fields | Hello again Mr. Antonio,The above coding returns .F. ( adsFile2blob() )...Can I use the adsfilebinary() directly from xhb1.1/fivewin? If so how do you pass the parameter? adsfile2blob is much easier but I get .F. return.Best regards, |
saving image file to blob fields | [b:t6fzpr7o]OH MY GOD!!! I'M SO SORRY MR. ANTONIO...[/b:t6fzpr7o]The above is so true and correct! <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> my mistake was that the alias 'DB' is positioned EOF... <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":l... |
saving logical variable in plist | Hello,
I am able to save strings and array;s in a plist, but is it possible to save a logical value?
When I edit the plist I can select boolean, but when I save my variable to this, the type is set to string.
[code=fw:3uooe9or]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oPList:<span s... |
saving pages of a text file as a memo field | I have an ascii file its pages delimited with page end character 012 (Form Feed) . Can I enter every page in a memo field . Sorting the DBF will be based upon a unique key found in certain line and position with certain length ? What classes and functions may be used to create such a program ? I saw that application w... |
say / color | @ 17.1,65 SAY oSayON var SayON OF oDlg COLOR CLR_RED,GetSysColor(15) Font oFont5 SIZE 65,25oSayON:setText("TEST")como cambiar/trocar para color BLUE ? |
say / color | Prueba lo siguiente:[code:sop2vcw2]
@ 17.1,65 SAY oSayON var SayON OF oDlg COLOR RGB( , , ) ,GetSysColor(15) Font oFont5 SIZE 65,25
oSayON:setText("TEST")
[/code:sop2vcw2]Donde en RGB( , , ) le envías los parametros del color que necesites.Espero te sirva.Saludos, Esteban. |
say / color | oSayON:setText("TEST") oSayON:setColor(colortext, colorpane) |
say / color | [quote="mcfox":48y32lso]oSayON:setText("TEST")
oSayON:setColor(colortext, colorpane)[/quote:48y32lso]usei oSayON:Refresh() funcionou <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
say and get | while say and get weren't the same rows
my sample
DEFINE DIALOG oDlg FROM 1, 1 TO 35, 75 ;
TITLE If( lAppend, "Nowy", "Modyfikacja" )
@ 1, 1 SAY "Paczka:" OF oDlg
@ 1, 6 GET cPaczka OF oDlg
@ 2, 1 SAY "Typ:" OF oDlg
@ 2, 6 GET cTYP_DOK OF oDlg
@ 3, 1 SAY "Nr dok:" OF oDlg
@ 3, 6 GET... |
say and get | Because screen coordinates are based on each control height, so they don't overlap, and controls have different heights.
You may use decimals numbers, i.e.:
@ 1, 1 SAY "Paczka:" OF oDlg
@ 1.2, 6 GET cPaczka OF oDlg
or use the PIXEL clause:
@ 12, 10 SAY "Paczka:" OF oDlg PIXEL
@ 10, 40 GET cPaczka OF o... |
say and get | Antonio,
Could change the default height of the Tsay,Tget,tbutton,Tcombobox source code to the same default height if they create from soruce code ,not from resource redefine ? like dos/char .
Thanks !
Shuming Wang |
say and get | Shuming,
No, we can't do it or we will break lots of FiveWin applications.
You can do it yourself just modifying the values in include\constant.ch and recompiling all the PRGs. |
say and get | why say and get there aren'y in the same row ?
my source:
cNr = max( 1, Uczen->nr )
cNazwisko = Uczen->Nazwisko
cIMIE = uczen->Imie
cMiejsce_z = Uczen->Miejsce_z
cPesel = Uczen->Pesel
DEFINE DIALOG oDlg FROM 8, 2 TO 25, 65 ;
TITLE If( lAppend, "Nowy", "Modyfikacja" )
@ ... |
say and get | Kajot,
It has been designed in that way so if you increase in one the coordinates, the control does not overlaps over the previous one, as each kind of control has a different height
@ n, ... GET ...
@ n + 1, ... GET ... // this one will not overlap the previous one
In order to properly position them, keep in mind t... |
say and get | Because unfortunately they have different metrics (ask MS for the reason of such stupid thing).
EMG |
say and get on the screen | while say and get aren't in the same line on the screen ?
@ 1, 1 SAY "&Dzień:" OF oDlg
@ 1, 6 GET tDZIEN OF oDlg
@ 2, 1 SAY "&Godziny:" OF oDlg
@ 2, 6 GET tGODZINY OF oDlg SIZE 40, 10 PICTURE "999.99" |
say and get on the screen | Because FWH calculates virtual coordinates on the screen based on the height of each different type of control. Please try it this way:
@ 1, 1 SAY "&Dzien:" OF oDlg
@ 1.2, 6 GET tDZIEN OF oDlg
@ 2, 1 SAY "&Godziny:" OF oDlg
@ 2.4, 6 GET tGODZINY OF oDlg SIZE 40, 10 PICTURE "999.99" |
say border RESOLVED | I have these say
[img:3kc5c5a1]https://i.postimg.cc/0yCnQQ63/say.png[/img:3kc5c5a1]
but with border are no good
it is possible to do only one line under the say like this for example
[img:3kc5c5a1]https://i.postimg.cc/9FbwwqpG/gg.jpg[/img:3kc5c5a1]
and have the possibiliy to sele... |
say border RESOLVED | Silvio, look this post:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36283&hilit=cristobal">viewtopic.php?f=3&t=36283&hilit=cristobal</a><!-- l -->
Regards,
Otto |
say border RESOLVED | [quote="Otto":3qy6m86k]Silvio, look this post:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36283&hilit=cristobal">viewtopic.php?f=3&t=36283&hilit=cristobal</a><!-- l -->
Regards,
Otto[/quote:3qy6m86k]
otto it is for get class
I mean say class |
say border RESOLVED | [code=fw:xz1ov7zc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// \samples\CORSAY2.PRG - For apprentices. Swap colors.</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800... |
say border RESOLVED | [quote="Silvio.Falconi":2d3zi0hg]I have these say
[img:2d3zi0hg]https://i.postimg.cc/0yCnQQ63/say.png[/img:2d3zi0hg]
but with border are no good
it is possible to do only one line under the say like this for example
[img:2d3zi0hg]https://i.postimg.cc/9FbwwqpG/gg.jpg[/img:2d3zi0hg]... |
say border RESOLVED | [quote="richard-service":2e9gafb7][quote="Silvio.Falconi":2e9gafb7]I have these say
[img:2e9gafb7]https://i.postimg.cc/0yCnQQ63/say.png[/img:2e9gafb7]
but with border are no good
it is possible to do only one line under the say like this for example
[img:2e9gafb7]https://i.postimg.cc/... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.