Dear All,
In my applications I used to have a string to view the date of when it was compiled and created (not the exe date as it could change). I tried to create a global template but the problem that it holds the date when I add the extension only and do not change until I remove and add the...
Dear all
Is there any way or template to search for a certain text in the application (.app) file.
for example I want to know in which procedures I used "display" or "stop" ... etc.
Now what I do is exporting the application to txa file and do the search.
thank you
Hello All
I am trying to add a new path to "Path environment variable". (actually I want to add the path regardless the method)
my code retrieved the path correctly but it fails to update the path, even I tried to create a new variable in the registry but also failed.
Reg_pth1...
I will give an example for what Iam trying to do:
I defined a queue as follow:
QQQ QUEUE,PRE(QQQ)
CC CSTRING(20),DIM(20)
END
and then ran this code to create a sample data
free(QQQ)
loop i# = 1 to 3
QQQ:CC[1] = i#
add(QQQ)
end
Until here it is fine, but when I tried to...
Dear All
I have this application which creates small xml files. but the problem that files are unusable until I save them externally to utf-8.
is there a way to convert them directly from clarion?
any feed back could be helpful
thank you
I have two SQL databases. both have same tables and same structure.
My Application requires to use both, I managed to deal with data by changing the connection string and reopen tables and it worked fine.
But the thing that I couldn't solve is having a browse for a table and a button to...
Dear All
I have this application which has a part where I have to copy large files (GBs).
the problem is while copying , when I start anything the screen goes blank. of course because the copying is in progress but the user thinks that it is hanged up.
so is there a way to show the progress of...
Dear All,
I have this browse in a window, in this window I have a button that opens another window, in the other window I have to enter some data and do some processes. the thing is that the program is in multi user environment. so the brow in first window is updated. I tried to put a timer to...
Hello everybody,
I have a table in a dictionary which contains so many fields. Now I changed my Database driver from TPS to SQL.
What I want is to import the structure from SQL in place of the existing TPS without affecting the Application.
If I rename the old table, all the table names in all...
Hello,
I think this is a common problem and could be answered somewhere in this forum but couldnt get it.
when I browse sql table in normal browse the records are viewed again and again as long Iam scrolling down and up.
any suggestion is appreciated.
Hello
I have this report in which I hide the details section and print the data in group footer.
what I want is to export this result data to excel or csv to do certain calculations and analysis. I have easy excel but couldn't manage it to do the job.
any suggessions are appreciated
Hello everybody.
I have this browse screen which have image names and image control to show the picture. when I scroll the browse the image displayed in image control.
I have two questions:
1 - Iam using browse - all events to refresh the image using ?Image1{prop:text} = IMG:ImageName
I feel...
Hi All,
I have a table which contains an RTF field.
When I print it, everything is fine except for the Arabic words come as rabish.
I tried to set the original control font and the font in RTF entry as Arabic but nothing changed.
Any help is appreciaed
Hello everybody.
I have this application in which I use RTF control for data entry.
Today I wanted to output my data to a text file to use with other application but the text was not correct.
So is there a way to output the formatted text to a plain text.
thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.