Jump to content

memoferprof

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by memoferprof

  1. Gracias por tu información, ya tendre tiempo para poder instalar todo eso y probar UNIGUI en UBUNTU o quiza CENTOS. Saludos!
  2. wow awesome! thank you Delphi Developer Now I will to try understand your excelent code. Thank you so much!!
  3. I have IIS 7 and this work it!! http://myserver/webapps/Project1.dll
  4. Hello everybody I am here trying to solve a problem with UniRadioGroup, I have a to select one option on UniRadioGroup later I have to clear this UniRadioGroup, but I Cant clear it, this is my example on this image: I think that I can clean my UniRadioGroup with: RadioEspacio.ItemIndex := -1; But this dont work it. Please help me, how can clear my RadioEspacio (1) like UniRadioGroup "Lugar de Publicacion" (2) other memeber of this forum say it: uniguibbs : you can see the dynamic demo . the keypoint is insertcontrol and removecontrol. and saw the dynamic demo, but this dont have anything about to clear UniRadioGroup. thank you!
  5. Workaround: I use this code UniMainModule.MyQuerytempo.SQL.Clear; UniMainModule.MyQuerytempo.Close; UniMainModule.MyQuerytempo.SQL.Add('select date_format(m.fecha, ''%Y/%c/%d'') fecha, count(*) cuantos from mensaje m, usuarios u where m.id_usuarioe = u.id_usuario and m.recibido = 1 and m.id_usuarior = :precibe and m.id_usuarioe = :penvia group by date_format(m.fecha, ''%Y/%c/%d'')'); UniMainModule.MyQuerytempo.ParamByName('precibe').AsInteger := receptor; UniMainModule.MyQuerytempo.ParamByName('penvia').AsInteger := emisor; UniMainModule.MyQuerytempo.Open; //UniTreeView1.Items.Clear; // en lugar de usar el CLEAR, while UniTreeView1.Items.Count > 0 do begin // se usara este ciclo procedimiento que nos limpiara UniTreeView1.Items[0].Free; // desde el primero hasta el ultimo end; // siempre borrando el primero, hasta que no exista nada while not UniMainModule.MyQuerytempo.Eof do begin UniTreeView1.Items.AddChild(SelectedNode,UniMainModule.MyQuerytempo.FieldByName('fecha').AsString); UniMainModule.MyQuerytempo.Next; end; UniMainModule.MyQuerytempo.SQL.Clear; UniMainModule.MyQuerytempo.Close; UniMainModule.MyQuerytempo.SQL.Add('select date_format(m.fecha, ''%Y/%c/%d'') fecha,u.id_usuario, u.usuario recibe,m.id_mensaje, m.mensaje'+' from mensaje m, usuarios u where m.id_usuarioe = u.id_usuario and m.recibido = 1 and m.id_usuarior = :precibe and m.id_usuarioe = :penvia order by m.id_mensaje'); UniMainModule.MyQuerytempo.ParamByName('precibe').AsInteger := receptor; UniMainModule.MyQuerytempo.ParamByName('penvia').AsInteger := emisor; UniMainModule.MyQuerytempo.Open; while not UniMainModule.MyQuerytempo.Eof do begin for i := 0 to UniTreeView1.Items.Count do begin if UniTreeView1.Items[i].Text = unimainmodule.MyQuerytempo.FieldByName('fecha').AsString then begin UniTreeView1.Items.AddChild(UniTreeView1.Items[i],unimainmodule.MyQuerytempo.FieldByName('mensaje').AsString); UniMainModule.MyQuerytempo.Next; end; end; end;
  6. yes good example! how can autogenerate subnode on node parents, like this example but with a select date_format(m.fecha, '%Y/%c/%d') fecha,u.id_usuario, u.usuario recibe,m.id_mensaje, m.mensaje from mensaje m, usuarios u where m.id_usuarioe = u.id_usuario and m.recibido = 1 and m.id_usuarior = 3 and m.id_usuarioe = 5 order by m.id_mensaje using field mensaje for all dates with the same date. like this image: PLEASE HELP ME. THANK YOU
  7. HOLA A TODOS OJALA PUDIERAN AYUDARME U ORIENTARME PARA PODER ENTENDER COMO FUNCIONA EL DEMO MEMOEDIT_2009_XE2, ESTOY INTENTANDO HACER ALGO PARECIDO A ESE DEMO PERO TRABAJANDO CON ORACLE, PERO NO VEO COMO LE HACEN PARA PODER DESPLEGAR LA IMAGEN, EN MI CASO EL CAMPO IMAGEN ES UN TIPO long raw. AGRADEZCO SU AYUDA.
  8. where can I get fmsoft_unigui_extjs_0.93.0.996_setup.exe? please help me!
  9. Muchas gracias lema por tu excelente vídeo!! a los de UNIGUI les falto explicar lo de instalar el archivo FMSOFT_UNIGUI_EXTJS_0.93.0.996_SETUP.exe y lo de configurar el ISAPI and CGI restrictions. ------------------------------------------------------------------------ Thank you so much lema by your excelent video!! The support UNIGUI dont explain that I need install the file fmsoft_unigui_extjs_0.93.0.996_setup.exe and config the ISAPI and CGI restrictions. Just a question, what about the sub folder file on folder webapps?
  10. Hello patmap Can you help me? what is RTL, I am reading information about this, I understand it is Rigth To Left it is like to see a mirror, can you show me an example? anything like a picture. Thank you so much.
  11. memoferprof

    Hola...

    Hola desde Ciudad de Mésxico, aca ya tengo una aplicación muy buena, ahora solo me falta subirla a un servidor LINUX modo consola y ya jeje creo que no son compatibles los .DLL ni los .EXE con LINUX, pero no pierdo la esperznza que lo pueda hacer.
  12. Gracias fjtrooper por darme una luz de esperanza para poder usar mis aplicaciones uniGUI en servidor LINUX, aunque esto sea como .EXE, pero veo que se puede, ahora... aprovechando el foro, existira alguien que pueda ayudarme con una guia o manual para poder hacer pantallas virutales en Linux Server (modo consula). Ojala alguien pudiera orientarme para lograr esta gran asaña, ya que tengo mi sistema funcionando en mi computadora que es WINDOWS 7 y con apache para windows. Pero... como se habran dado cuenta, donde debe funcionar la aplicación es en un servidor LINUX modo consola, pero me ha sido misión imposible y he tenido problemas con la gente que me solicito esta aplicacion, que requieren que este funcionando en LINUX. Ojala y pueda alguie ayudarme, se lo agradecere con todo mi agradecimiento, con todo mi corazon.
  13. Can you show me, please, what is the content of Query1.SQL this on your example ////////////////////////////////////////////////////////////// procedure TMainForm.ImageFileCompleted(Sender: TObject; AStream: TFileStream); begin with Query1 do begin Append; TBlobField(FieldByName('picturefield')).LoadFromStream(AStream); Post; end; end; ///////////////////////////////////////////////////////////// I am trying to Insert one Image on my MySQL the field is type BLOB, but I dont know how can do it, please help me. HOw you use the Query1?
  14. no Eduardo, pero si tu lo estas usando, comenta aqui. Gracias
  15. TAMBIEN QUIERO UNA CUENTA, ESPERO PUEDAS PROPORCIONARME TODOS LOS DATOS PARA ASI PODER EMPEZAR A PROBAR EN EL MUNDO REAL, ASI COMO DICES EN TU POST. GRACIAS. I WANT ONE, FOR TESTIN MY APPLICATION IN A REAL WORLD LIKE YOU SAY ON YOUR POST. THANK YOU SO MUCH.
  16. Apache for Windows + WINE?? But, Wine is for LINUX and you are talking about Apache for Windows I can't understand it sorry I am rookie on UniGUI
  17. Really?? How can I run my webapp.dll on Centos???? Please help me, I am developening a great system, I bealive on UniGUI, please help me!!
  18. thank you anyway. now I am developing my application with Advanced Calender. I have my agend saving from any web browser I you have the same problem, just send me one message.
  19. Si Oscar como fue que generaste el reporte en PDF, si nos puedes recomerdar algun componente, te lo agraeceremos infinitamente. muchas gracias.
  20. Please help me Where can I get the code source of Advanced calendar demo?? I need a sample of Advanced Calendare Demo.
  21. Hola Roberto, como van tus trabajos con uniGUI? en mi caso estoy empezando a desarrollar con esto y me gustaria tener todo tipo de comentarios de la gente que ya tiene experiencia. Gracias. Saludos
  22. how can get the example? when I try to download the example this get me that error: Oops! Something went wrong! We could not find the attachment you were attempting to view ------------------------------------------------------------------------------- Thank you for help me!
  23. Hello I am from Mexico City, I am learing about to uniGUI.

×
×
  • Create New...